* src/fileio.c (Ffile_symlink_p): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 23 Mar 2014 23:38:40 +0000 (16:38 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 23 Mar 2014 23:38:40 +0000 (16:38 -0700)
src/ChangeLog
src/fileio.c

index 51c5fa912c632517713deea8fc9bb1cd1c84450c..b71536c04f856741e4480481d0d404ee19925f0d 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-23  Glenn Morris  <rgm@gnu.org>
+
+       * fileio.c (Ffile_symlink_p): Doc fix. (Bug#17073)
+
 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * buffer.c (struct sortvec): Add field `spriority'.
index fb0a33b39dbe53b2da74717da01ed50b811e0318..8aaed3248a7b5d81d4c3f5b1d344a565470b7741 100644 (file)
@@ -2682,8 +2682,7 @@ DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0,
 The value is the link target, as a string.
 Otherwise it returns nil.
 
-This function returns t when given the name of a symlink that
-points to a nonexistent file.  */)
+This function does not check whether the link target exists.  */)
   (Lisp_Object filename)
 {
   Lisp_Object handler;